.index-swiper {
  height: 100vh;
  overflow: hidden;
}

.index-swiper .swiper-slide {
  height: auto;
}

.mq-tab .tab-content {
  display: none;
}

.mq-tab-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}

.mq-tab-title .tab-title span {
  font-size: 22px;
  display: block;
  width: 135px;
  height: 45px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mq-tab-title .tab-title .more {
  position: absolute;
  font-weight: normal;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 69px;
  height: 26px;
  text-align: center;
  color: #49b479;
  background-color: #EDEDEE;
  border-radius: 26px;
  border-top-right-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.mq-tab-title .tab-title.active span {
  color: #49b479;
}

.mq-tab-title .tab-title.active .more {
  display: flex;
}

.news-list .item {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  padding-left: 15px;
  position: relative;
}

.news-list .item .date {
  float: right;
  color: #49b479;
}

.news-list .item .context {
  float: none;
  overflow: hidden;
  padding-right: 15px;
}

.news-list .item .context .tit {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transform: translateX(0);
  transition: transform 0.5s ease;
}

.news-list .item .context .tit:hover {
  transform: translateX(10px);
}

.news-list .item .context .desc {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #989898;
  line-height: normal;
}

.news-list .item:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #49b479;
  left: 0;
  top: 17px;
  border: 1px solid #49b479;
  box-sizing: border-box;
}

.news-list-mode2 .item {
  line-height: 75px;
  border-bottom: solid 1px #f4f4f4;
  padding-left: 23px;
}

.news-list-mode2 .item .date {
  color: #999;
}

.news-list-mode2 .item:before {
  top: 50%;
  transform: translateY(-50%);
}

.news-list-mode2 .item:hover {
  color: #009944;
}

.news-list-mode2 .item:hover:before {
  background-color: transparent;
}

.index-banner {
  position: relative;
}

.index-banner .arrow-left {
  background-image: url(../image/l.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 37px;
  opacity: 0.4;
  z-index: 999;
  cursor: pointer;
  transition: 1s;
}

.index-banner .arrow-left:hover {
  opacity: 0.9;
  transition: 1s;
  background-image: url(../image/l-click.png);
}

.index-banner .arrow-right {
  background-image: url(../image/r.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
  transition: 1s;
  width: 50px;
  height: 37px;
  cursor: pointer;
  z-index: 999;
}

.index-banner .arrow-right:hover {
  opacity: 0.9;
  transition: 1s;
  background-image: url(../image/r-click.png);
}

.index-banner .banner-scrol {
  position: absolute;
  right: 50%;
  transform: translateX(-50%);
  opacity: 0;
  bottom: 24px;
  z-index: 100;
  animation: appearFromTB1 2s ease 1s infinite both;
}

.index-banner .banner-scrol img {
  width: 33px;
  height: auto;
  display: block;
}

.index-banner .mode-banner {
  overflow: hidden;
}

.index-banner .mode-banner .context {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-banner .mode-banner .context .slogin {
  transform: translateX(-100vw);
  transition: transform 1s ease;
}

.index-banner .mode-banner .context .layer-wrapper {
  height: auto;
}

.index-banner .swiper-slide-prev .mode-banner .context .slogin {
  transform: translateX(-100vw);
}

.index-banner .swiper-slide-next .mode-banner .context .slogin {
  transform: translateX(100vw);
}

.index-banner .swiper-slide-active .mode-banner .context .slogin {
  transform: translateX(0);
}

.index-banner .pagination {
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
}

.index-banner .pagination .swiper-pagination-switch {
  width: 50px;
  height: 4px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
}

.index-banner .pagination .swiper-pagination-switch + .swiper-pagination-switch {
  margin-left: 15px;
}

.index-banner .pagination .swiper-active-switch {
  background-color: #4aabf7;
}

.index-news {
  padding: 30px 0 50px 0;
  background: url(../image/xwbj.png) no-repeat center center;
  background-size: cover;
}

.index-news .wrapper {
  display: flex;
}

.index-news .wrapper .swiper-news {
  flex: 1;
  max-width: 660px;
}

.index-news .wrapper .tab-news {
  flex: 1;
  margin-left: 40px;
}

.swiper-news {
  overflow: hidden;
  position: relative;
}

.swiper-news .news-swiper-page {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  height: 40px;
  display: flex;
  align-items: center;
}

.swiper-news .news-swiper-page .swiper-pagination-bullet {
  background-color: #fff;
  margin-right: 10px;
  opacity: 1;
}

.swiper-news .news-swiper-page .swiper-pagination-bullet-active {
  background-color: #fea101;
}

.swiper-news .news-swiper {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.swiper-news .news-swiper .link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-news .news-swiper .link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-news .news-swiper .link .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 16px;
  padding-right: 145px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  box-shadow: inset 0 5px 0px -15px #000, inset 0px -32px 28px -15px #000;
  z-index: 2;
  overflow: hidden;
  text-align: left;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  box-sizing: border-box;
}

.tab-news {
  overflow: hidden;
}

.tab-news .mq-tab-title .tab-title.active {
  background: url(../image/bg-news.png) no-repeat center center;
  background-size: 100%;
}

.tab-news .mq-tab-pane {
  background-color: #fff;
  border-bottom: 4px solid #49b479;
  padding: 0 25px;
}

.tab-news .mq-tab-pane .tab-content {
  display: none;
}

.tab-news .news-list .item .context .tit:hover {
  color: #49b479;
}

.tab-news .news-list .item:nth-child(1) .context .tit {
  color: #49b479;
  font-weight: bold;
}

.index-notice {
  margin-top: 30px;
}

.index-notice .wrapper {
  display: flex;
}

.index-notice .notice-tab {
  flex: 1;
  overflow: hidden;
}

.index-notice .notice-tab .tab-title + .tab-title span {
  position: relative;
}

.index-notice .notice-tab .tab-title + .tab-title span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 1px;
  background-color: #e6e6e6;
}

.index-notice .notice-tab .mq-tab-pane {
  background-color: rgba(228, 235, 231, 0.37);
  border-bottom: 4px solid #49b479;
  padding: 0 25px;
}

.index-notice .notice-tab .news-list .item {
  line-height: 70px;
  padding-left: 0;
}

.index-notice .notice-tab .news-list .item::before {
  display: none;
}

.index-notice .notice-tab .news-list .item + .item {
  border-top: 1px solid #e4eee5;
}

.index-notice .topic {
  margin-left: 40px;
  width: 801px;
}

.index-notice .topic .topic-image {
  display: block;
  width: 100%;
}

.index-notice .topic .topic-image img {
  display: block;
  height: 223px;
  max-width: 100%;
}

.index-notice .topic .mq-tab-title .tab-title span {
  width: auto;
}

.double-column {
  display: flex;
}

.double-column .container-main {
  flex: 1;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 40px;
}

.current-position {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: solid 1px #e1e1e1;
  line-height: 30px;
  height: 50px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.current-position .menu-title {
  font-size: 22px;
}

.current-position .current-path {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.current-position .current-path .cur {
  display: flex;
  align-items: center;
}

.current-position .current-path .cur + .cur {
  margin-left: 5px;
}

.current-position .current-path .cur + .cur:before {
  content: ">";
  color: #333;
}

.current-position .current-path .cur:last-child {
  color: #49b479;
}

.news-info .news-info-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 32px;
}

.news-info .news-info-source {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 14px;
  color: #999;
  line-height: 32px;
  padding: 8px 0;
  border-top: 1px solid #f5f5f5;
}

.news-info .news-info-source .size-set span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}

.news-info .news-info-source .size-set span:hover {
  color: red;
}

.news-info .news-info-content {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  margin: 2em 0;
}
.news-info .news-info-content img{ max-width: 100%;  height: auto!important;}
.news-info .news-info-content p {
  font-size: inherit;
  line-height: inherit;
  text-indent: inherit;
  text-align: justify;
  margin: 1em 0;
}

.news-info .news-info-content img {
  max-width: 100%;
  height: auto;
}

.section .section-title {
  font-size: 20px;
  font-weight: bold;
  color: #009944;
  height: 38px;
  border-bottom: solid;
  border-width: 1px;
  border-image-source: linear-gradient(90deg, #009944 0%, #ffe900 100%);
  border-image-slice: 1;
  margin-bottom: 20px;
}

.section .section-cont {
  padding-bottom: 10px;
}

.section .section-cont .size-18 {
  font-size: 18px;
}

.section .section-cont p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  text-indent: 2em;
  text-align: justify;
  line-height: 30px;
  letter-spacing: 0px;
  color: #444444;
  margin: 1em 0;
}

.section .section-cont .un-indent {
  text-indent: 0;
}

.section .section-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}

.section .section-flex .flex-item {
  flex: 1;
  overflow: hidden;
  min-width: calc(25% - 20px);
  box-sizing: border-box;
}

.section .section-flex .flex-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.section .flex-gap-10 .flex-item + .flex-item {
  margin-left: 10px;
}

.section .flex-gap-20 .flex-item + .flex-item {
  margin-left: 20px;
}

.section .section-flex-no-wrap {
  flex-wrap: none;
}

.section .section-flex-no-wrap .flex-item {
  min-width: auto;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section .section-flex-border .flex-item {
  border: solid 1px #e6e6e6;
}

.section + .section {
  margin-top: 30px;
}

.video-list-cnt {
  margin-right: -25px;
  overflow: hidden;
}

.video-list-cnt .video-item {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding-right: 25px;
  margin-bottom: 25px;
}

.video-list-cnt .video-item-cnt {
  width: 100%;
}

.video-list-cnt .video-item-cnt .video-item-img {
  width: 100%;
  padding-top: 56.0679%;
  position: relative;
  display: block;
  cursor: pointer;
}

.video-list-cnt .video-item-cnt .video-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.video-list-cnt .video-item-cnt .video-item-info {
  width: 100%;
  box-sizing: border-box;
  height: 86px;
  background-color: #f8f8f8;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 15px;
  line-height: 28px;
}

.video-list-cnt .video-item-cnt .video-item-info .video-item-title {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}

.about-us {
  padding: 0 20px;
  margin-top: 40px;
  padding-bottom: 32px;
  background: url(../image/ssjj_bj.png) no-repeat 100% 100%;
}

.about-us .us-title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #113e22;
  margin-bottom: 5px;
  font-weight: bold;
}

.about-us .us-image {
  width: 40.35%;
  height: auto;
  background-color: #31859c;
  border-radius: 8px;
  float: right;
  margin-top: -35px;
  margin-left: 2.5%;
}

.about-us p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  margin: 1em 0;
}

.brand-list .item {
  display: flex;
  border: solid 1px #eeeeee;
  margin-top: 75px;
}

.brand-list .item .pic img {
  display: block;
  width: 350px;
  height: 346px;
  object-fit: cover;
}

.brand-list .item .context {
  flex: 1;
  display: flex;
  align-items: center;
}

.brand-list .item .context .info {
  background-color: #fff;
  margin-left: -30px;
  padding: 17px 38px 37px 45px;
  box-sizing: border-box;
}

.brand-list .item .context .info .title {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #49b479;
  padding-left: 12px;
  position: relative;
}

.brand-list .item .context .info .title:before {
  content: "";
  width: 4px;
  height: 20px;
  background-color: #009944;
  position: absolute;
  left: 0;
  top: 9px;
}

.brand-list .item .context .info .desc {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  text-indent: 2em;
  color: #585754;
  text-align: justify;
  margin-top: 1em;
}

.directlyunder-list {
  margin-right: -30px;
  padding-top: 20px;
  overflow: hidden;
}

.directlyunder-list .item {
  float: left;
  width: 25%;
  padding-right: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.directlyunder-list .item .pic {
  width: 100%;
  height: 170px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-sizing: border-box;
}

.directlyunder-list .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.directlyunder-list .item .context .title {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
  font-size: 17px;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 10px;
}

.news-list-mode3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.news-list-mode3 .item {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  border-bottom: 1px solid #f4f4f4;
  line-height: 50px;
}

.news-list-mode3 .item:before {
  top: 50%;
  transform: translateY(-50%);
}

.news-list-mode3 .item:hover {
  color: #009944;
}

.news-list-mode3 .item:hover:before {
  background-color: transparent;
}

.supply-info .title {
  font-size: 18px;
  font-weight: bold;
  color: #14a153;
  margin: 0;
  padding: 0;
  min-height: 60px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.supply-info .context {
  background: url(../image/zsjtbj.png) no-repeat 100%;
  padding: 20px 20px 140px 20px;
}

.supply-info .context p {
  line-height: 30px;
  font-size: 16px;
  text-indent: 2em;
  margin: 1em 0;
}

.timer-shaft {
  display: flex;
  align-items: center;
}

.timer-shaft .timer-shaft-swiper {
  flex: 1;
  overflow: hidden;
  height: 130px;
  position: relative;
}

.timer-shaft .timer-shaft-swiper:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  background: linear-gradient(to right, #ededed, #ededed 2px, #fff 2px) repeat-x;
  background-size: 10px;
}

.timer-shaft .timer-shaft-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.timer-shaft .timer-shaft-swiper .swiper-slide .circle {
  width: 28px;
  height: 28px;
  border: 1px solid #009944;
  border-radius: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}

.timer-shaft .timer-shaft-swiper .swiper-slide .circle:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #009944;
  display: block;
}

.timer-shaft .timer-shaft-swiper .swiper-slide .con {
  position: absolute;
  bottom: 0;
  top: initial;
  color: #009944;
  text-align: center;
  white-space: nowrap;
}

.timer-shaft .timer-shaft-swiper .swiper-slide-active .circle {
  width: 42px;
  height: 42px;
  background-color: #009944;
  box-shadow: 0 0 4px #FFE900;
}

.timer-shaft .timer-shaft-swiper .swiper-slide-active .circle:before {
  background-color: #FFE900;
}

.timer-shaft .timer-shaft-swiper .swiper-slide-active .con {
  font-weight: bold;
}

.timer-shaft .timer-shaft-swiper .swiper-slide:nth-child(2n+1) .con {
  top: 0;
  bottom: initial;
}

.timer-shaft .timer-shaft-left, .timer-shaft .timer-shaft-right {
  width: 23px;
  height: 41px;
  cursor: pointer;
}

.timer-shaft .timer-shaft-left {
  background: url(../image/gxleft.png) no-repeat center center;
}

.timer-shaft .timer-shaft-right {
  background: url(../image/gxright.png) no-repeat center center;
}

.timer-shaft-content {
  margin-top: 45px;
  padding: 30px;
  background: url(../image/gxbj.png) no-repeat center center;
  background-size: 100% 100%;
}

.timer-shaft-content .content-item {
  overflow: hidden;
  display: none;
}

.timer-shaft-content .content-item .pic {
  float: left;
}

.timer-shaft-content .content-item .pic img {
  display: block;
  width: 273px;
  height: 241px;
  object-fit: contain;
}

.timer-shaft-content .content-item .context {
  float: none;
  overflow: hidden;
  padding-left: 30px;
}

.timer-shaft-content .content-item .context .title {
  font-weight: bold;
  font-size: 18px;
}

.timer-shaft-content .content-item .context p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  text-indent: 2em;
  line-height: 26px;
  letter-spacing: 0px;
  color: #444444;
  margin: 1em 0;
}

.party-header {
  width: 100%;
  position: relative;
  height: 38px;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.party-header .search {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  padding: 0 5px;
  margin-right: 25px;
  width: 146px;
}

.party-header .search .field {
  appearance: none;
  border: none;
  background: none;
  height: 25px;
  box-sizing: border-box;
  outline: none;
  flex: 1;
  overflow: hidden;
  display: block;
  width: 100%;
}

.party-header .search .btn {
  flex: none;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../image/search-black.png) no-repeat center center;
}

.party-header .homeLink {
  width: 143px;
  line-height: 38px;
  background: #af1b10;
}

.party-header .homeLink a {
  color: #fff;
  font-size: 14px;
  display: block;
  background: url(../image/return.png) no-repeat 30px center;
  padding-left: 58px;
  background-size: 15%;
  cursor: pointer;
}

.party-page {
  width: 100%;
  background: url(../image/part-banner.png) no-repeat center top;
  padding-top: 330px;
}

.party-page .party-nav {
  height: 60px;
  background-color: #a62123;
}

.party-page .party-content {
  background-color: #fff;
  box-sizing: border-box;
  padding: 45px 25px;
}

.party-page .party-news .swiper-news {
  float: left;
  width: 680px;
}

.party-page .party-news .swiper-news .news-swiper {
  height: 375px;
}

.party-page .party-news .tab-news {
  float: none;
  overflow: hidden;
  padding-left: 35px;
}

.party-page .mq-tab .mq-tab-pane {
  border: none;
  padding: 0;
}

.party-page .mq-tab-title .tab-title span {
  width: auto;
}

.party-page .mq-tab-title .tab-title .more {
  background-color: transparent;
  width: auto;
  color: #ff4b00;
}

.party-page .mq-tab-title .tab-title.active {
  background: none;
}

.party-page .mq-tab-title .tab-title.active span {
  color: #a62123;
}

.party-page .mq-tab-title .tab-title + .tab-title {
  margin-left: 45px;
}

.party-page .news-list .item {
  line-height: 46px;
}

.party-page .news-list .item:before {
  border-color: #a62123;
  background-color: #a62123;
  top: 20px;
}

.party-page .news-list .item .date {
  color: #999;
}

.party-page .news-list .item:nth-child(1) .context .tit {
  color: #333;
  font-weight: normal;
}

.party-page .news-list .item .context .tit:hover {
  color: #a62123;
}

.party-page .party-topic {
  margin-top: 55px;
}

.party-page .party-topic .topic-list {
  overflow: hidden;
}

.party-page .party-topic .topic-list .box {
  float: left;
  margin-bottom: 24px;
  overflow: hidden;
}

.party-page .party-topic .topic-list .box a {
  display: block;
  width: 100%;
  overflow: hidden;
}

.party-page .party-topic .topic-list .box img {
  display: block;
  width: 100%;
  height: auto;
}

.party-page .party-topic .topic-list .half {
  width: 50%;
  box-sizing: border-box;
}

.party-page .party-topic .topic-list .half:nth-child(2n) {
  padding-right: 12px;
}

.party-page .party-topic .topic-list .half:nth-child(2n+1) {
  padding-left: 12px;
}

.party-page .party-center {
  margin-top: 30px;
  overflow: hidden;
}

.party-page .party-action {
  float: left;
  width: 700px;
  margin-right: 70px;
}

.party-page .party-action .news-list .item {
  padding-left: 0;
}

.party-page .party-action .news-list .item:before {
  display: none;
}

.party-page .party-action .news-list .item .context {
  overflow: hidden;
}

.party-page .party-action .news-list .item .context .type {
  float: left;
  margin-right: 10px;
  color: #a62123;
}

.party-page .party-action .news-list .item .context .tit {
  float: none;
  overflow: hidden;
}

.party-page .party-notice {
  float: none;
  overflow: hidden;
}

.party-page .party-notice .news-list .item {
  line-height: 40px;
}

.party-page .party-notice .news-list .item:before {
  top: 17px;
}

.party-page .party-links {
  margin-top: 50px;
}

.party-page .party-links-list {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.party-page .party-links-list .item {
  display: block;
  flex: 1;
  cursor: pointer;
}

.party-page .party-links-list .item .pic {
  width: 100%;
  height: 157px;
  overflow: hidden;
}

.party-page .party-links-list .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.party-page .party-links-list .item + .item {
  margin-left: 25px;
}

.party-page .current-position {
  margin: 0 0 20px 0;
  padding: 0 20px;
}

.party-page .current-position .current-path {
  font-size: 16px;
}

.party-page .current-position .current-path .cur:last-child {
  color: #a62123;
}

.party-page .news-info .news-info-title {
  font-size: 22px;
  color: #666;
}

.party-page .news-info .news-info-source {
  justify-content: center;
  border-top: none;
  border-bottom: 1px dashed #e6e6e6;
}

.party-page .news-info .news-info-source .item {
  margin: 0 20px;
  color: #333;
}

.party-page .news-info .news-info-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.relation-news {
  border-top: 1px dashed #e6e6e6;
}

.relation-news .tit {
  line-height: 40px;
  font-size: 16px;
  color: #666;
}

.relation-news ul li {
  font-size: 14px;
  line-height: 22px;
  padding-left: 20px;
}

.relation-news ul li a {
  color: #036;
  cursor: pointer;
}

.relation-news ul li a:hover {
  color: red;
}

.relation-news ul .prev {
  background: url(../image/prev-news.jpg) no-repeat left center;
}

.relation-news ul .next {
  background: url(../image/next-news.jpg) no-repeat left center;
}

.pic-news .item {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.pic-news .item .pic {
  float: left;
  width: 130px;
  height: 90px;
  margin-right: 15px;
}

.pic-news .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pic-news .item .context {
  float: none;
  overflow: hidden;
  line-height: 26px;
}

.pic-news .item .context .title {
  font-size: 16px;
}

.pic-news .item .context .date {
  font-size: 14px;
  color: #c61818;
}

.search-form ul {
  overflow: hidden;
}

.search-form ul li {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 40px;
}

.search-form ul li .label {
  width: 80px;
  margin-right: 10px;
  text-align: right;
  font-size: 12px;
}

.search-form ul li .radio {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-form ul li .radio label + label {
  margin-left: 10px;
}

.search-form ul li .search-btn {
  width: 70px;
  height: 24px;
  background-color: #3467b1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 30px;
}

.search-form .field {
  flex: 1;
  overflow: hidden;
}

.search-form .field input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 12px;
  outline: none;
}

.search-computed {
  line-height: 32px;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 12px;
}

.search-computed ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.search-computed ul li em {
  font-style: normal;
  color: red;
}

.search-computed select {
  border: none;
  width: 90px;
}

.search-result {
  border: 1px solid #dadbdd;
  padding: 5px;
}

.search-result .result-list .item {
  padding: 3px 20px;
  border-bottom: 1px dotted #ccc;
  line-height: 200%;
}

.search-result .result-list .item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 30px;
}

.search-result .result-list .item .title .tit {
  display: block;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}

.search-result .result-list .item .desc {
  font-size: 12px;
  color: #818180;
}

.news-info .news-info-content img{ display: block; margin: 0 auto;}

@-webkit-keyframes appearFromTB1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .index-swiper {
    overflow: auto;
    height: auto;
  }
  .index-swiper > .swiper-wrapper {
    height: auto;
    display: block;
  }
  .index-banner .arrow-right {
    right: 10px;
    background-size: 50%;
    background-position: right center;
  }
  .index-banner .arrow-left {
    left: 10px;
    background-size: 50%;
    background-position: left center;
  }
  .index-banner .banner-scrol {
    display: none;
  }
  .index-banner .mode-banner .mode-inner .context img {
    width: calc(100vw - 100px);
    height: auto;
  }
  .index-news {
    padding: 30px 0;
  }
  .index-news .wrapper {
    display: block;
  }
  .index-news .wrapper .swiper-news {
    width: 100%;
  }
  .index-news .wrapper .swiper-news .news-swiper {
    height: 200px;
  }
  .index-news .wrapper .tab-news {
    margin: 0;
    margin-top: 15px;
  }
  .index-news .wrapper .tab-news .mq-tab-pane {
    padding: 0 10px;
  }
  .index-news .wrapper .tab-news .mq-tab-title .tab-title.active {
    background: none;
  }
  .news-list .item {
    font-size: 14px;
  }
  .news-list .item .context .desc {
    display: none;
  }
  .index-notice {
    margin-top: 10px;
  }
  .index-notice .wrapper {
    display: block;
  }
  .index-notice .notice-tab .tab-title + .tab-title span:before {
    display: none;
  }
  .index-notice .notice-tab .mq-tab-pane {
    padding: 0 10px;
  }
  .index-notice .topic {
    width: 100%;
    margin-left: 0;
  }
  .index-notice .topic .topic-image img {
    height: auto;
  }
  .mq-tab-title {
    margin-bottom: 0;
  }
  .mq-tab-title .tab-title {
    margin-right: 15px;
  }
  .mq-tab-title .tab-title span {
    font-size: 16px;
    width: auto;
  }
  .page-footer {
    height: auto;
    display: block;
    margin-top: 30px;
    padding: 15px 0;
  }
  .page-footer .links {
    display: block;
  }
  .page-footer .links .web-links {
    display: none;
  }
  .page-footer .links .web-links .web-item {
    margin: 10px 0;
  }
  .page-footer .links .web-links .web-item .select .title {
    width: 100%;
    box-sizing: border-box;
  }
  .page-footer .links .logo {
    display: none;
  }
  .page-footer .links .logo img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .page-footer .copy-right {
    text-align: center;
    margin-top: 0;
  }
  .page-footer .copy-right .ul li {
    float: none;
    font-size: 14px;
    line-height: 24px;
    display: none;
  }
  .page-footer .copy-right .ul li:first-child {
    display: block;
  }
  .page-footer .copy-right .ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
  .page-footer .copy-right .ul li + li:before {
    display: none;
  }
  .double-column {
    display: block;
  }
  .double-column .container-main {
    padding: 0;
  }
  .about-us {
    padding: 0;
    margin-top: 20px;
  }
  .about-us .us-image {
    width: 100%;
    float: none;
    margin: 0;
  }
  .current-position {
    display: none;
  }
  .brand-list .item {
    display: block;
    margin-top: 30px;
  }
  .brand-list .item .context .info {
    margin: 0;
    padding: 10px;
  }
  .directlyunder-list {
    margin-right: -15px;
  }
  .directlyunder-list .item {
    width: 50%;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .directlyunder-list .item .context .title {
    font-size: 14px;
  }
  .news-info {
    margin-top: 20px;
  }
  .news-list-mode2 {
    margin-top: 20px;
  }
  .news-list-mode2 .item {
    line-height: 40px;
  }
  .common-page {
    margin-top: 0;
  }
  .party-page {
    background-size: 300%;
    padding-top: 200px;
  }
  .party-page .party-nav {
    display: none;
  }
  .party-page .party-content {
    padding: 0;
  }
  .party-page .party-content .news-info {
    padding: 0 10px;
  }
  .party-page .party-content .news-info .news-info-source {
    flex-wrap: wrap;
  }
	.notice-tab .mq-tab-title .tab-title .more{ display: block!important;}
	.party-page .news-info .news-info-title{ padding-top:10px;}
  .party-page .party-content .news-info .news-info-source .item {
    width: auto;
    margin: 0 5px;
    text-align: center; line-height: 150%;
  }
  .party-page .party-content .news-info img {
    display: block;
    margin: 0 auto;
  }
  .party-page .party-news .swiper-news {
    float: none;
    width: 100%;
  }
  .party-page .party-news .swiper-news .news-swiper {
    height: 200px;
  }
  .party-page .party-news .tab-news {
    padding: 0 10px;
  }
  .party-page .mq-tab-title .tab-title + .tab-title {
    margin-left: 0;
  }
  .party-page .party-topic {
    margin-top: 20px;
  }
  .party-page .party-topic .topic-list .box {
    float: none;
    margin-bottom: 15px;
  }
  .party-page .party-topic .topic-list .half {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .party-page .party-action {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .party-page .party-links-list {
/*    display: block;*/
	   margin-right: -2%;
	  display: flex; flex-wrap: wrap;
  }
.party-page .party-links-list .item{ width: 48%; margin-right: 2%;  margin-left: 0; flex: none; margin-top: 10px;}
	.common-page ul li a { margin-bottom: 5px;}
	.party-page .party-links-list .item .pic{ height: 123px;}
	
  .party-page .party-links-list .item + .item {
    margin-left: 0;
    margin-top: 10px;
  }
  .relation-news ul li {
    padding-left: 0;
    line-height: 24px;
  }
  .relation-news ul .prev, .relation-news ul .next {
    background: none;
  }
  .search-form ul li {
    float: none;
    width: 100%;
  }
  .search-form ul li .radio {
    padding-left: 90px;
    justify-content: flex-start;
  }
  .search-form ul li .search-btn {
    margin-left: 0;
    width: 100%;
    height: 30px;
  }
  .search-computed {
    padding-left: 0;
  }
  .search-result .result-list .item {
    padding: 3px 0px;
  }
  .news-list-mode3 .item {
    float: none;
    width: 100%;
  }
  .supply-info .context {
    padding: 10px;
  }
  .video-list-cnt {
    margin-right: -10px;
  }
  .video-list-cnt .video-item {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .video-list-cnt .video-item-cnt .video-item-info {
    padding: 0 10px;
    font-weight: normal;
    font-size: 14px;
  }
  .section {
    margin-top: 20px;
  }
  .section .section-title {
    height: auto;
    line-height: 32px;
  }
  .history-swiper {
    margin-top: 20px;
  }
  .timer-shaft-content {
    padding: 15px;
  }
  .timer-shaft-content .content-item .pic {
    float: none;
    width: 100%;
  }
  .timer-shaft-content .content-item .pic img {
    width: 100%;
    height: auto;
  }
  .timer-shaft-content .content-item .context {
    padding-left: 0;
    margin-top: 20px;
  }
}
